Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tempire
Created September 19, 2011 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tempire/1226053 to your computer and use it in GitHub Desktop.
Save tempire/1226053 to your computer and use it in GitHub Desktop.
cl-who in Perl
HTML::Who->new->html(
[h1 => 'hello!'],
[a => href => "http://mojocasts.com",
[img => src => "http://farm5.static.flickr.com/4135/4815586283_fea2da5c2b.jpg"],
[img => src => "http://farm5.static.flickr.com/4135/4815586283_fea2da5c2b.jpg"]],
[ul =>
[li => [a => href => "a.com", [img => src => "a.png"]]],
[li => [a => href => "a.com", [img => src => "a.png"]]],
[li => [a => href => "a.com", [img => src => "a.png"]]],
[li => [a => href => "a.com", [img => src => "a.png"]]]],
[div => class => 'header',
[div => style => 'display: none;' => ['text inside']],
[div => class => 'subheader' => ['text inside 2']]]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment