Help for this page

Select Code to Download


  1. or download this
    print $new $l;
    
  2. or download this
    perl -le '$x="foo"; $y="bar"; print $x $y'
    
    perl -le '$x="foo"; $y="bar"; print $x, $y'
    
  3. or download this
    perl -wle '$x="foo"; $y="bar"; print $x $y'
    print() on unopened filehandle foo at -e line 1.
    
  4. or download this
    use strict;
    use warnings;
    ...
    s_abc_in(1450) <= s_abc_out(324);
    s_abc_in(1451 <= s_abc_out(1450);
    .................................