Help for this page

Select Code to Download


  1. or download this
    sub get_function {
        my $self     = shift;
    ...
    
        return $result;
    }
    
  2. or download this
    $code .= join ', ',
                 map { local $_ = $_; s/(['\\])/\\$1/g; "\'$_\'" }
                     @arguments;