Help for this page

Select Code to Download


  1. or download this
    for ( "a" ) { 
      $_ = 1;
    ...
      while (<>){
      }
    }
    
  2. or download this
    for my $module ('Catalyst::Plugin::Authentication') {
    }