Help for this page

Select Code to Download


  1. or download this
    while(<>)
    {
    ...
            print;
        }
    }
    
  2. or download this
    string1
    .....
    string2
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "desc: @desc\n";
    print "data: @data\n";
    print "new: @new\n";
    
  4. or download this
        if(($_ eq "NewTag:") .. ($_ eq "Somethingelse:"))
        {
            ...
        }
    
  5. or download this
    NewTag:            # sets the third flip flop to true
    ...
    ...
    .....                   
    .....            # these get given to the third
    .....                   # option finally.
    
  6. or download this
    if(/$date1/../$date2/)
    {
    }