Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            ref($x) and warnings::warnif("Argument list contains reference
    +s/objects");
            return "$x" }
    }
    
  2. or download this
      OnlyAString: 111
    ICanStringify: 222
    Package OnlyANumber doesn't overload stringification: Operation """": 
    +no method found, argument in overloaded package OnlyANumber at ...