Skip Menu |

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

Report information
The Basics
Id: 7982
Status: resolved
Priority: 0/
Queue: Syntax-Highlight-Shell

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. From the POD example, this code does not parse, the only output is <pre></pre>. use Shell::Parser; my $parser = Shell::Parser->new(pre => 0); print $parser->parse(" # find my name if [ -f /etc/passwd ]; then grep $USER /etc/passwd | awk -F: '{print $5}' /etc/passwd fi ");