Help for this page

Select Code to Download


  1. or download this
    sub foo
    {
    ...
      my $$goodname = $_[2];
      return $goodname;
    }
    
  2. or download this
    $name = foo('example','other', 49);
    print $$name . "\n";