Help for this page

Select Code to Download


  1. or download this
    sub test { my ( $s ) = @_;
       if ($s == 3) {
    ...
          print $s . "\n";
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $s = '<UNDEF>' 
        return "Formatted $s";
    }