Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print "a: $a\n";
    print "b: $b\n";
    
  2. or download this
    [me@host]$ perl -s tmp.pl -a
    a: 1
    b: 
    [me@host]$
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq