Help for this page

Select Code to Download


  1. or download this
    #!/bin/env perl
    use strict;
    ...
    sub f {
        return 1;
    }
    
  2. or download this
    1
    
  3. or download this
    my $s = 'f';
    print $s(), $/;