Help for this page

Select Code to Download


  1. or download this
    perl -le 'sub scare { $_[0] = "boo!" } my $me; scare($me); print $me'
    
  2. or download this
    sub foo {
        my @args = @_;
        # ... do stuff ...  
    }