Help for this page

Select Code to Download


  1. or download this
    my @array = (
       'Hibbs'
    ...
      ,'Schwartz'
      ,'Vroom'
    );
    
  2. or download this
    my $string =
       'this is a very long string that has a certain number '
      .$number
      .' of segments.'
      ."\n";