Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my $x = shift;
        return $x ** 2;
    }
    
  2. or download this
    main::foo
    args:
    ...
            ];
    return:
    $VAR1 = 100;