Help for this page

Select Code to Download


  1. or download this
    print '.102.111.111 - ', '0.102111.111';
    
  2. or download this
    print  ("$num.111.111 - ").$num.111.111 ;
    
  3. or download this
    use strict;
    use warnings;
    ...
    print ".$num.111.111 - ",102,111,111;
    }