Help for this page

Select Code to Download


  1. or download this
    my $x;  # one statement
    $x = $y if {condition;}   # two statement
    
  2. or download this
     my $x if ... 
    presuming
     my $x = $y if {condition;}
    
  3. or download this
    sunorccws04 ~$ cat tpl ; ./tpl
    #!/usr/bin/perl
    ...
    0 is the x value
    9 is the x value
    0 is the x value
    
  4. or download this
    sunorccws04 ~$ cat tpl ; ./tpl
    #!/usr/bin/perl
    ...
    0 is the x value
     is the x value
    0 is the x value