Help for this page

Select Code to Download


  1. or download this
    perl -e '@{q(-e)} = qw(Hello World); print "$0: @$0\n"'
    
  2. or download this
    -e: Hello World
    
  3. or download this
    perl -Mstrict -e '@{q(-e)} = qw(Hello World); print "$0: @$0\n"'
  4. or download this
    Can't use string ("-e") as an ARRAY ref while "strict refs" in use at 
    +-e line 1.