Re: remove_tree question

2012-02-25 Thread Rob Dixon
On 25/02/2012 19:24, Manfred Lotz wrote: Hi all, I had a look at remove_tree from File::Path. Let us say I have a directory: ./a/b/c/d When I do remove_tree('./a', { verbose => 1 }); I get the following messages: rmdir d rmdir c rmdir b rmdir ./a Is there a way

remove_tree question

2012-02-25 Thread Manfred Lotz
Hi all, I had a look at remove_tree from File::Path. Let us say I have a directory: ./a/b/c/d When I do remove_tree('./a', { verbose => 1 }); I get the following messages: rmdir d rmdir c rmdir b rmdir ./a Is there a way to get nice messages like this: rmdir ./a/

Re: Encoding angle brackets in HTML text nodes

2012-02-25 Thread Dr.Ruud
On 2012-02-24 03:01, Webley Silvernail wrote: open IN, "$html_file" || die "Can't open input: $!"; Yuck! And that will only die if "$html_file" is "" or "0". -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://lear