Help for this page

Select Code to Download


  1. or download this
    package ShownameFilter;
    use Filter::Simple;
    ...
    };
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    showname( $x12 );
    showname( \$x12 );
    showname( @foo );
    
  3. or download this
    name: x
    name: x12
    name: x12
    name: foo