Help for this page

Select Code to Download


  1. or download this
        my $gXtext = <<"GXEOF";
    <?xml version="1.0" encoding="UTF-8"?>
    <package xmlns="http://greateventbulatine/event/organizer" xmlns:xsi="
    +http://www
    +.w3.org/2001/XMLSchema-instance">
        <theme>${$gXHHRef}{'picnic theme'}</theme>
    
  2. or download this
    use strict;
    use warnings;
    ...
    sub parseCVSLine {
        return $_[0] ? split /,/ : undef;
    }