>
Home
>
Documentation
>
Latest documentation
>
Filters
>
pagefile
NAVIGATION
Home
Documentation
Downloads
Mail lists and IRC
External websites
Suggestions and contributions
User location map
RECENTLY VIEWED
pagefile
ACCOUNT LOGIN
You are not logged in
Log in
Create an account
Password reminder
pagefile
Strips leading slashes and dots.
Example
[
filter pagefile
]
.
.
/
.
.
/
etc
/
passwd
[
/
filter
]
Results in:
etc/passwd
Source code
sub
{
$_
[
0
]
=
~
s
:
^
[
./
]
+
:
:
;
return
$_
[
0
]
;
}
Category:
Filters
Last modified by:
Kevin Walsh
Modification date: Saturday 17 June 2006 at 4:32 PM (EDT)
Home
|
Legal nonsense
|
Privacy policy
|
Contact us
Copyright © 2001-2008
Cursor Software Limited
. All Rights Reserved.