Help for this page

Select Code to Download


  1. or download this
    {
        my $x = 'abc;
    ...
    {
       my $x = 'ABC';
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    # like tr/abc/123/
    $tr->() for @list;
    say "(@list)";   # (1xy 2xy 3xy);