Help for this page

Select Code to Download


  1. or download this
    tribble:~> perl -E'say $ARGV[0]' "`/bin/echo -e 'foo\nbar'`"
    foo
    
  2. or download this
    tribble:~> perl -E'say $ARGV[0]' "`/bin/echo -e \"foo\nbar\"`"
    Unmatched '`'.