Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    # $param{list1} contains selected fields separated
    # by null character \0
    my @days_selected = split /\0/, $param{list1};