Help for this page

Select Code to Download


  1. or download this
    my $code = 'sub { my $arg = shift; warn $arg; }';
    
  2. or download this
    use Safe;
    
    ...
    
    $ssub->( "hello$/" );
    &$ssub( "hello$/" );