Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
      # put some print statements here to make sure that
      # you can actually get the 5 individual things
    }
    
  2. or download this
    my ($nameOfNumberfield1, $nameOfNumberfield1, $nameofTextField,
    $nameofTextfield) =split ',',$line;