Skip Menu |

This queue is for tickets about the Shell-Parser CPAN distribution.

Report information
The Basics
Id: 7981
Status: resolved
Priority: 0/
Queue: Shell-Parser

People
Owner: SAPER [...] cpan.org
Requestors: allenday [...] ucla.edu
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: Example does not work
straight out of the POD, this does not outptu anything. use Shell::Parser; my $parser = new Shell::Parser; print $parser->parse(" # find my name if [ -f /etc/passwd ]; then grep $USER /etc/passwd | awk -F: '{print $5}' /etc/passwd fi ");