Help for this page

Select Code to Download


  1. or download this
      $month=.0.$month;
    
  2. or download this
      my $s = 'abc';
      $s = .0.$s;
      print $s, "\n";
    
  3. or download this
      my $n = .0;
      print $n, "\n";
    
  4. or download this
      print .0, "\n";