Help for this page

Select Code to Download


  1. or download this
    $string = <<'EOM';
        $data = {
    ...
                         ], 'Person' )
            };
    EOM
    
  2. or download this
    my $mysafe = Safe->new("MySafe");
    $mysafe->reval($string);