mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 00:12:58 +02:00
learned from ChatGPT to print dynamic options. add semi column ';' right after heredoc like: print <<END; ... ... END following result in error print <<END ... ... END; #<<<< ERROR following is correct print <<END ... ... END ; so better use the first format Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>