Help for this page

Select Code to Download


  1. or download this
    for (0 .. 2) {
        my $output = qx{echo '\$_ is $_'};
        print $output;
    }
    
  2. or download this
    my @things;
    
    ...
    
        push @things, [ \@inv, \@outv ];
    }