Help for this page

Select Code to Download


  1. or download this
    ABD - some text
    ACDB- some more text
    WD  - more text
        - which spills onto the next line
    SD  - another line
    
  2. or download this
    $myHash{'ABD'} = "some text"
    $myHash{'ACDB'} = "some more text"
    etc.
    
  3. or download this
    /^([A-Z]{2,4})(\s{0,2})\-\s((.*)\n)*/g
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
                    print "Badly formatted line!\n";
            } # end-else
    } # end-foreach