Help for this page

Select Code to Download


  1. or download this
    my $b = '7';
    print "p{$b}.zip\np${b}.zip\np$b.zip";
    
  2. or download this
    p{7}.zip
    p7.zip
    p7.zip