Help for this page

Select Code to Download


  1. or download this
    # Foo.pm
    
    ...
    
    package Foo::Baz;
    # ... and more
    
  2. or download this
    # Foo.pm
    
    ...
    use Foo qw(:transforms);
    
    say transform_one("xyzabc");