Help for this page

Select Code to Download


  1. or download this
      $date = join( '/', map { int } split( '/', $date ));
    
  2. or download this
      my $foo = join( '-', @foo );
      print join( ',' => @bar ), "\n";