- or download this
$ perl -le 'eval q{ print ++$x }; eval q{ print ++$x }'
1
2
- or download this
CHAIN<%=$chain_num%>_EN [<%=$lsb%>:<%=$lsb++%>] = 1'h0;
<% use File::Spec::Functions qw/catfile/ %>
- or download this
<%$lsb++%>
<% for my $x (0..2) { %>
...
<% } warn "test warning" %>
$this is not $Perl
<% # note catfile() not available here %>
- or download this
#!/usr/bin/env perl
use warnings;
...
sub perlstr { Data::Dumper->new([''.shift])
->Terse(1)->Indent(0)->Useqq(1)->Dump }
- or download this
>>>>> Output:
CHAIN_EN [:0] = 1'h0;
...
Hello, World Nr. 2 (LSB=1)
$this is not $Perl
<<<<<