Help for this page

Select Code to Download


  1. or download this
    next if 1 .. 12;
    
  2. or download this
    while (<$input>)
    {
        next if 1 .. /\@TYPE xy/;
        printf ...;
    }