Could I install Perlbrew alongside MacPorts and go that route?#!/usr/bin/perl -w use Term::ReadLine; use strict; my $term = Term::ReadLine->new('readLine'); my $prompt = "> "; my $OUT = $term->OUT || \*STDOUT; print "Enter: \n"; my $result = $term->readline($prompt);
In reply to Re^4: Term ReadLine in OS X
by mightymouse3062
in thread Term ReadLine in OS X
by mightymouse3062
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |