On Mar 19, 2013, at 10:48 AM, Jim Gibson wrote:
> Try changing that line to:
> source /Users/mbo/perl5/perlbrew/etc/bashrc
>
> or just go back to what you had before:
> source ~/perl5/perlbrew/etc/bashrc
I tried that, but it didn't work. It turns out that when I used OS X's
Terminal, ev
On Mar 19, 2013, at 10:37 AM, Angela Barone wrote:
> I'm hoping someone can help me. I upgraded perlbrew by re-installing
> it via the curl method and now I can't use it anymore. I'm getting the error
> "-bash: perlbrew: command not found".
>
> Here's what the installation report
I'm hoping someone can help me. I upgraded perlbrew by re-installing
it via the curl method and now I can't use it anymore. I'm getting the error
"-bash: perlbrew: command not found".
Here's what the installation report showed:
## Installing perlbrew
perlbr
On Tue, Mar 19, 2013 at 12:21:10AM -0300, Brian Fraser wrote:
> You can just pipe a program into perl and it'll DWIM:
>
> $ echo 'print "Hello World, Perl $^V\n"' | perl
You can also be more explict about the program being on STDIN:
bash$ echo 'print "Hello , World!\n"' | perl -
The - tells it
On 2013.03.18.22.46, Ronald Weidner wrote:
> I need to execute a Perl program that is about 1000 lines of code
> long. The Perl program is dynamically generated by another program. I
> would like to execute the Perl program without first creating the Perl
> source code file. In other words,' a so