Help for this page

Select Code to Download


  1. or download this
    perl -e -s -foo=bar 'print $foo'
    
  2. or download this
    #!/bin/ksh
    var=bar
    perl -se 'print $foo' -- -foo=${var}