Help for this page

Select Code to Download


  1. or download this
    @fields = /([^|]*)\|?/g;
    
  2. or download this
    my ( $f1, $f2, $f3, $f4, @v ) = /([^|]*)\|?/g;