Help for this page

Select Code to Download


  1. or download this
    use 5.012;
    use warnings;
    my $what = 'ram' x 3;
    print $what, "\n";
    
  2. or download this
    use 5.012;
    use warnings;
    say 'what' x 3;