The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::Eg - HTML

Description

The Eg class in SPVM provides components of web platform SPVM Engine.

Usage

use Eg;

my $document = Eg->document;

my $div = $document->create_element("div");
  
$div->set_attribute(atrr => "value");

$div->set_text("foo");

Repository

SPVM::Eg - Github

Class Methods

window

static method window : Eg::Window ();

document

static method document : Eg::Node::Document::HTML ();

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License