Help for this page

Select Code to Download


  1. or download this
    print ${$_},"\n";
    
  2. or download this
    {
        no strict 'refs';
        # stuff
    }
    
  3. or download this
    my @bits = /(f.o)(b.r)(b.z)/;
    foreach (@bits) {
        print "$_\n";
    }