Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
    for('1', '1.1', 1, 1.1, $o) {
       print wotisit($_), "\n";
    }
    
  2. or download this
    string
    string
    number
    number
    something else