Help for this page
#!/usr/bin/perl print '',( `acpi` =~ /(\d+)%/ )[ 0 ] // '??', "%";
#!/usr/bin/perl #battery.pl ... print "Battery: $&\n"; }