use strict; use warnings; use Mojo; use feature 'say'; my $ua = Mojo::UserAgent->new; my $array=$ua->get('http://blogs.perl.org/')->res->dom->find('div > p + ')->map('text')->join("\n"); my @arr=split("\n",$array); print "\n".$arr[0]."\n";
Output is
lets you write your Perl 6 code using Roman numerals:
but I want output is
perl6-slang-roman lets you write your Perl 6 code using Roman numerals:
anyone can help me
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |