Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    my $string = "rid";
    ...
    print;
    }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
            print;
        }
    }
    
  3. or download this
    use strict;
    
    ...
            print $line;
        }
    }