Help for this page

Select Code to Download


  1. or download this
    ( $a, $b, $c )           = split /:/, $str;
    
  2. or download this
    ( $a, $b, $c, @options ) = split /:/, $str;