Help for this page

Select Code to Download


  1. or download this
    /([^!]*)!([^!]*)!([^!]*)!([^!]*)!([^!]*)/
    
  2. or download this
    split /!/
    
  3. or download this
     
    my $int = ($rec =~ /!INT=([0-9]+)!/);
    
  4. or download this
     
    my $int = ($rec =~ /^[^!]*!INT=([0-9]+)!/);