[ create a new paste ] login | about

Link: http://codepad.org/hhgfO90I    [ raw code | output | fork ]

Perl, pasted on Jul 16:
1
2
3
$sting = ' Mgmt-General-Other';  
$sting =~ s/^\s+//;
print $sting;


Output:
1
Mgmt-General-Other


Create a new paste based on this one


Comments: