Help for this page

Select Code to Download


  1. or download this
    ---
    -
      - 1
    ...
        {
            print "one";
        }
    
  2. or download this
    use Modern::Perl;
    
    use YAML qw/LoadFile/;
    ...
    my $s = YAML::LoadFile( "code.yml" );
    my $f = $s->[ 0 ]->[ 1 ];
    $f->();