Help for this page

Select Code to Download


  1. or download this
    use Filter::Util::Call;
    BEGIN{ filter_add(sub{
    ...
            $s;
    }); }
    print "hello, world\n";
    
  2. or download this
    use Filter::Util::Call;
    BEGIN{ filter_add(sub{
    ...
            $s;
    }); }
    print "hello, world\n";