Help for this page

Select Code to Download


  1. or download this
    package Apache::FakeRequest::ViceRaid;
    use base qw(Apache::FakeRequest);
    sub lookup_uri {
      # do your stuff.
    }
    
  2. or download this
    $ perl -e 'sub nonlvalue { return }; nonlvalue()=1;'
    Can't modify non-lvalue subroutine call in scalar assignment at -e lin
    +e 1, near "1;"