This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
# Get the ISO from | |
# http://www.helenos.org/download | |
# and unpack the files in /boot/ to the directory | |
# where this file is placed | |
# (note that you have to enable more than 8 modules | |
# for multiboot) | |
kernel kernel.bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Fullonsms; | |
use Moose; | |
use LWP::UserAgent; | |
use HTTP::Cookies; | |
use HTML::TagParser; | |
has 'username' => ( | |
is => 'rw', |