Help for this page

Select Code to Download


  1. or download this
    my $cref = \&getGlobalName;
  2. or download this
    sub foo {
        my @stuff = @_;
        # do stuff to @stuff
        return \@stuff;
    }